﻿@charset "utf-8";
/*reset*/
*{ font-family: "微软雅黑"; font-size: 16px;}
body{
	overflow-x: auto;
}
body,p,h1,h2,h3,h4,h5,h6,ul,li,img,input,table,dl,dd{ margin: 0; padding: 0;}
img{border: none;}
input{ outline: none;}
li{ list-style: none; vertical-align: middle;}
a{ text-decoration: none; color:#666; border: none;}
a:hover{
	 text-decoration: none; 
}
input{ outline: none; border: none;}
/*h1,h2,h3,h4,h5,h6{ font-weight: normal;}*/
.fl{ float: left;}
.fr{ float: right;}
.clearfix:after{ display: block; height: 0; clear: both; content: ""; visibility: hidden; }

.w1200{width: 1220px; margin: 0 auto;}
.w15{width: 90%; min-width: 1300px; margin: 0 auto;}
.w1300{
	width: 67.7%;
	min-width: 1300px;
	margin: 0 auto;
}
.w85{width: 85%; min-width: 1300px; margin: 0 auto;}
/*---------------------------- 一级页面   ---------------------------------------*/
/*head*/
.body{
	width: 100%;
	height: 100%;
	position:relative;
}
.logo,.chen{
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}



/*nav*/
nav{
	position: absolute;
	z-index: 9;
	/*top: 0px;
	left: 0;*/
	width: 100%;
}
.navWrap{
	/*position: relative;*/
	width: 90%;
}

.nav #menu_hover_bg {
	width: 100%;
	height: 0;
	background:rgba(0,0,0,.7);
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 9;
	overflow: hidden;
}
.nav{
	width: 50%;
	float: right;
	/*margin-right: 200px;*/
}

.navList>ul>li {
	width: 14.28%;
	float: left;
}

.navList>ul>li>h2{
	font-size: 18px;
	height: 105px;
	line-height: 105px;
	position: relative;
}


.navList>ul>li>h2>a {
	line-height: 100px;
	display: block;
	height: 100%;
	color: #333;
	text-align: center;

	transition: .3s;
	-webkit-transition: .3s;
}
.navList>ul>li>h2>a:hover{
	color: #ff0000;
	font-size: 19px;
}

.navList ul li .sub_menu {
	/*padding: 20px 0;*/
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100px;
	/*background: rgb(0,0,0,0.6);*/
	overflow: hidden;
}

.navList ul li .sub_menu .sub_menu_list {
	float: left;position: relative;
}
.subLi{
	float: left;
	width: 11.5%;
	margin: 5px 0.5%;
	height: 180px;
	/*border: #ce1208 4px solid;*/
	/*border: #fff 4px solid;*/
	/*overflow: hidden;*/
}
.subLi img{
	width: 100%;
	height: 120px;
	transition: .5s;
}
/*.subLi:hover img{
	transform: scale(1.15);
}*/
.subLi span{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #fff;
	text-align: center;
	color: #ce1208;
	font-size: 14px;
}
.h20{
	width: 100%;
	height: 35px;
}
.gyBox{
	width: 1200px;
	height: 340px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	/*padding: 20px;*/
}
.subUl{
	width: 1400px;
	height: 340px;
	margin: 0 auto;
}
.gyBox img{
	width: 580px;
	height: 340px;
}
.gywenzi{
	width: 45%;
	padding: 40px;
} 
.gywenzi h4{
	font-size: 20px;
	color: #404040;
	height: 60px;
	line-height: 55px;
}
.gywenzi p{
	width: 95%;
	font-size: 14px;
	color: #8c8c8c;
	/*height: 26px;*/
	line-height: 28px;
}
.gya{
	color: #ce1208;
	font-size: 14px;
}

.subLi .chpin{
	display: inline-block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}




/**/
.chen{
	margin-left: 50px;
}
.chen li{
	float: left;
	margin-right: 40px;
}
.chen li img{
	float: left;
	margin-right: 10px;
}
.chen li a{
	display:block;
	color: #fff;	
	height: 38px;
	line-height: 18px;
}
.chen li a i{
	display: inline-block;
	color: #fff;	
	height: 38px;
	line-height: 38px;
	font-style: normal;
}
